Feature: Edit Member

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 10.584s

Scenario: E15 - Create member with Invalid Values

Before 0m 0.548s
Given the user navigates to Ghost at "<GHOST>" 0m 0.723s
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>" 0m 0.159s
And the user navigates to the members page 0m 0.668s
When the user clicks on the 'New member' link 0m 0.153s
And the user fill the name "<NAME>" 0m 0.138s
And the user fill the email "<EMAIL2>" 0m 0.105s
And the user fill the note "<NOTE2>" 0m 0.499s
And the user clicks on the 'Save' button 0m 0.125s
And I wait for 2 seconds 0m 2.122s
Then the user should see the message 'Invalid Email.' 0m 0.099s
And the user should see the message 'Note is too long.' 0m 0.103s
And I wait for 5 seconds 0m 5.140s
After 0m 0.002s

Screenshots

Before
NO IMAGE AVAILABLE
Given the user navigates to Ghost at "<GHOST>"
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And the user navigates to the members page
When the user clicks on the 'New member' link
And the user fill the name "<NAME>"
And the user fill the email "<EMAIL2>"
And the user fill the note "<NOTE2>"
And the user clicks on the 'Save' button
And I wait for 2 seconds
Then the user should see the message 'Invalid Email.'
And the user should see the message 'Note is too long.'
And I wait for 5 seconds
After
NO IMAGE AVAILABLE